home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / bench / Makefile < prev    next >
Makefile  |  1996-11-11  |  323b  |  19 lines

  1. #! smake
  2.  
  3. #
  4. # $Revision: 1.1 $
  5. # $Date: 1995/01/27 18:06:01 $
  6. #
  7. include $(ROOT)/usr/include/make/commondefs
  8.  
  9. TARGETS = dinomometer
  10.  
  11. LLDLIBS = -lGLU -lGL -lXmu -lX11 -lm
  12. OPTIMIZER = -O
  13. LCDEFS = -D__STDC__=1 -DDEBUG -UNDEBUG $(LINTDEFS)
  14. LCOPTS = -fullwarn -Wl,-no_jump_at_eop
  15.  
  16. default all: $(TARGETS)
  17.  
  18. include $(COMMONRULES)
  19.